lyap
is used to solve the general form of the Sylvester
equation, and its special form in the Lyapunov equation. It is
very similar to the sylv
function, except that the arguments
need not be upper triangular.
Given the first matrix argument is A, the second matrix argument
is B, and the third matrix argument is C, lyap
solves
sylv
, you leave out
the comma and the argument — lyap
requires both commas.
lyap.r
file in the
standard rlib
directory. Use of the -r
option, incorrectly
setting the RLAB_LIB_DIR
environmental variable, or modifying
lyap.r
may make this function unavailable.